home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / win32 / Scode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-08  |  214 b   |  19 lines

  1. /*++
  2.  
  3. Copyright (c) 1992-1996 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     scode.h
  8.  
  9. Abstract:
  10.  
  11.     Obsolete SCODE header file.  Use WINERROR.H
  12.  
  13. --*/
  14.  
  15. #ifndef  _WINERROR_
  16. #include <winerror.h>
  17. #endif
  18.  
  19.